google.golang.org/grpc.csAttempt.trInfo (field)
17 uses
google.golang.org/grpc (current package)
stream.go#L496: trInfo: trInfo,
stream.go#L513: if a.trInfo != nil {
stream.go#L514: a.trInfo.firstLine.SetRemoteAddr(a.transport.Peer().Addr)
stream.go#L653: trInfo *traceInfo
stream.go#L1125: if a.trInfo != nil {
stream.go#L1127: if a.trInfo.tr != nil {
stream.go#L1128: a.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
stream.go#L1189: if a.trInfo != nil {
stream.go#L1191: if a.trInfo.tr != nil {
stream.go#L1192: a.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
stream.go#L1259: if a.trInfo != nil && a.trInfo.tr != nil {
stream.go#L1261: a.trInfo.tr.LazyPrintf("RPC: [OK]")
stream.go#L1263: a.trInfo.tr.LazyPrintf("RPC: [%v]", err)
stream.go#L1264: a.trInfo.tr.SetError()
stream.go#L1266: a.trInfo.tr.Finish()
stream.go#L1267: a.trInfo.tr = nil
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)